home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / eggs_and.swf / scripts / DefineButton2_95 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2008-11-12  |  74b  |  6 lines

  1. on(release){
  2.    stopDrag();
  3.    gotoAndStop("borning2");
  4.    play();
  5. }
  6.